home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
chicken_.swf
/
scripts
/
frame_33
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
219b
|
20 lines
stop();
frame = 1;
if(total > 150)
{
frame = 5;
}
else if(total > 120)
{
frame = 4;
}
else if(total > 90)
{
frame = 3;
}
else if(total > 60)
{
frame = 2;
}
vluation_mc.gotoAndStop(frame);